Introduce gtk_render_insertion_cursor
authorPaolo Borelli <pborelli@gnome.org>
Sun, 27 Nov 2011 15:38:04 +0000 (16:38 +0100)
committerPaolo Borelli <pborelli@gnome.org>
Thu, 1 Dec 2011 00:22:39 +0000 (01:22 +0100)
commit2ef5844bac935e13c3c9cbb27037c6a0aa43c284
tree7d467f38b44f0ab35b11e929815637f437f10065
parent3c6842222abb1284e0f13760bc0f0c48d41b0c8f
Introduce gtk_render_insertion_cursor

The new function provides an API that takes the PangoLayout and index
as input params, this way it handles strong and weak cursors internally
factoring out all code duplicated in the widgets that need to render
cursors.

https://bugzilla.gnome.org/show_bug.cgi?id=640317
docs/reference/gtk/gtk3-sections.txt
gtk/gtk.symbols
gtk/gtkentry.c
gtk/gtklabel.c
gtk/gtkstylecontext.c
gtk/gtkstylecontext.h
gtk/gtktextdisplay.c
gtk/gtktextview.c